(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>
BOOL DoubleClick()
SYNOPSIS
ULONG sSeconds
ULONG sMicros
ULONG cSeconds
ULONG cMicros

LOCATION
In IntuitionBase at offset 17
FUNCTION
Check if two times are within the doubleclick intervall.

INPUTS
sSeconds, sMicros
Seconds and microseconds of the first event.
cSeconds, cMicros
Seconds and microseconds of the second event.
RESULT
TRUE if the times are within the doubleclick intervall, FALSE otherwise.

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
06.03.1997 digulla
A couple of new functions